SftTree/NET 2.0

ItemCollapsed Event, SftTree Class

Softel vdm, Inc.

Occurs when an item is collapsed, under program control or by the user.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Event ItemCollapsed As ItemCollapsedEventHandler

C#   

public event ItemCollapsedEventHandler ItemCollapsed;

C++   

public: event ItemCollapsedEventHandler ItemCollapsed;

Event Data

The ItemCollapsed event handler receives an argument of type ItemCollapsedEventArgs containing data related to this event.

Comments

The ItemCollapsed event occurs when an item is collapsed, under program control or by the user.

This is a notification only. No tree control attributes, items or cells should be manipulated in any way while handling this event.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com